QuerySelectorAll_v2 Op
This op is deprecated!
It will not receive any updatesSelects all matching elements in the DOM
Selects all matching elements in the DOM
Summary (oneliner)
If you want to do something withmultiple elements, you can get it from the DOM using QuerySelectorAll. See developer.mozilla.org – querySelector.
Full Name
- Ops.Extension.Deprecated.Html.QuerySelectorAll_v2
- Extension Op - unlisted - visible for users that know this op, is deprecated
- MIT
- Jan 30, 2025 at 19:40
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch QuerySelectorAll Example
INPUT PORTS
Query (String)
E.g. ".some-classname", '#some-id' or "footer"
Mode index (Number: integer)
Type index (Number: integer)
Document (String)
Element (Object:element)
Update (Trigger)
OUTPUT PORTS
Elements (Array)